home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TDEBUGDLG1 / TDEBUGDLG1.txt
Encoding:
Text File  |  1999-10-16  |  860 b   |  51 lines

  1. object DebugDlg1: TDebugDlg1
  2.   Left = 216
  3.   Top = 282
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 267
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 297
  18.     Height = 217
  19.     Shape = bsFrame
  20.   end
  21.   object OKBtn: TButton
  22.     Left = 79
  23.     Top = 236
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 159
  33.     Top = 236
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object Memo: TMemo
  42.     Left = 16
  43.     Top = 16
  44.     Width = 281
  45.     Height = 201
  46.     Lines.Strings = (
  47.       'Memo')
  48.     TabOrder = 2
  49.   end
  50. end
  51.